projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2064ba4
)
(command-line-1): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Aug 1995 17:50:44 +0000
(17:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Aug 1995 17:50:44 +0000
(17:50 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 0bccb4f4bec691c1a144034c30fb640cee10ba59..42a3a5c576f78cb43a555b62c332ed29bc097e0a 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-649,7
+649,7
@@
Type \\[describe-distribution] for information on getting the latest version."))
(if (directory-files "~/" nil "\\`\\.saves-" t)
(insert "\n\nIf an Emacs session crashed recently,\n"
"type M-x recover-session RET to recover"
- " the files you were editing.))
+ " the files you were editing.
"
))
(set-buffer-modified-p nil)
(sit-for 120))